home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / COLORS.DEF < prev    next >
Text File  |  1996-06-06  |  3KB  |  98 lines

  1. begin
  2.  
  3. begin color
  4.  
  5. output surfcam.col
  6.  
  7. /* windows specific colors, subject to the whims of microsoft */
  8.  
  9. /* wincol 0 COLOR_SCROLLBAR */
  10. /* wincol 1 COLOR_BACKGROUND */
  11. /* wincol 2 COLOR_ACTIVECAPTION */
  12. /* wincol 3 COLOR_INACTIVECAPTION */
  13. /* wincol 4 COLOR_MENU */
  14. /* wincol 5 COLOR_WINDOW */
  15. /* wincol 6 COLOR_WINDOWFRAME */
  16. /* wincol 7 COLOR_MENUTEXT */
  17. /* wincol 8 COLOR_WINDOWTEXT */
  18. /* wincol 9 COLOR_CAPTIONTEXT */
  19. /* wincol 10 COLOR_ACTIVEBORDER */
  20. /* wincol 11 COLOR_INACTIVEBORDER */
  21. /* wincol 12 COLOR_APPWORKSPACE */
  22. /* wincol 13 COLOR_HIGHLIGHT */
  23. /* wincol 14 COLOR_HIGHLIGHTTEXT */
  24. /* wincol 15 COLOR_BTNFACE */
  25. /* wincol 16 COLOR_BTNSHADOW */
  26. /* wincol 17 COLOR_GRAYTEXT */
  27. /* wincol 18 COLOR_BTNTEXT */
  28.  
  29. /* apparently win 3.1 specific colors */
  30.  
  31. /* wincol 19 COLOR_INACTIVECAPTIONTEXT */
  32. /* wincol 20 COLOR_BTNHIGHLIGHT */
  33.  
  34. /* color # ((palettrgb|rgb) # # # | wincol # ) */
  35. /* IF you can have logical palettes, palettergb gets as close as possible */
  36. /* to the true color. RGB will dither. If you cannot have logical palettes, */
  37. /* both of these will cause dithering... */
  38.  
  39. /* You can have up to 255 colors defined this way */
  40.  
  41. color 0 palettergb    0   0   0 /* black */
  42. color 1 palettergb    0   0 128 /* blue */
  43. color 2 palettergb    0 128   0 /* green */
  44. color 3 palettergb    0 128 128 /* cyan */
  45. color 4 palettergb  128   0   0 /* red */
  46. color 5 palettergb  128   0 128 /* magenta */
  47. color 6 palettergb  128 128   0 /* yellow */
  48. color 7 palettergb  192 192 192 /* white */
  49. color 8 palettergb  128 128 128 /* grey */
  50. color 9 palettergb   0    0 255 /* blue */
  51. color 10 palettergb  0  255   0 /* green */
  52. color 11 palettergb  0  255 255 /* cyan */
  53. color 12 palettergb 255   0   0 /* red */
  54. color 13 palettergb 255   0 255 /* magenta */
  55. color 14 palettergb 255 255   0 /* yellow */
  56. color 15 palettergb 255 255 255 /* white */
  57. /* color 16 palettergb 192 192 192      /* button background */
  58. /* color 17 palettergb 128 128 128      /* button shadow */
  59. /* color 18 palettergb 255 255 255      /* button highlight */
  60. color 16 wincol 15
  61. color 17 wincol 16
  62. color 18 wincol 20
  63.  
  64. surfcol 0 14    /* 'blips' on the screen. XOR'd into drawing area bkg */
  65. surfcol 1 15    /* This is text over drawing area background */
  66. surfcol 2 15     /* drawing area background */
  67. surfcol 3 14    /* rubber band box. XOR'd into the drawing area bkg */
  68. surfcol 4 14    /* surface arrow */
  69. surfcol 5 0     /* button text */
  70. surfcol 6 16    /* button bkg */
  71. surfcol 7 17    /* button shadow */
  72. surfcol 8 18    /* button highlight */
  73. surfcol 9 11    /* arrow text */
  74. surfcol 10 3    /* arrow towards */
  75. surfcol 11 9    /* arrow away */
  76. surfcol 12 0    /* box text */
  77. surfcol 13 16   /* box bkg */
  78. surfcol 14 17   /* box shadow */
  79. surfcol 15 18   /* box highlight */
  80. surfcol 16 0    /* menu text */
  81. surfcol 17 16   /* menu bkg */
  82. surfcol 18 17   /* menu shadow */
  83. surfcol 19 18   /* menu highlight */
  84. surfcol 20 15   /* menu text highlight */
  85. surfcol 21 0    /* getpage text */
  86. surfcol 22 16   /* getpage background */
  87. surfcol 23 17   /* getpage shadow */
  88. surfcol 24 18   /* getpage highlight */
  89. surfcol 25 15   /* xhair. XOR'd into the drawing area bkg */
  90. surfcol 26 16   /* maximum basic colors LEAVE THIS ALONE!!! */
  91. surfcol 27 0    /* menu button frame color */
  92. surfcol 28 0    /* getpage frame color */
  93. surfcol 29 0    /* button frame color */
  94.  
  95. end color
  96.  
  97. end
  98.